By default Tkinter still uses the old Windows 2000-style widgets (random example):
The ttk themed widgets are what you are looking for. Be sure to use the 'vista' theme to get native appearance on Vista/Win7.
On Windows, use tkinter.ttk to get the the themed version of Tk.