The big thing for supporting Vista in most desktop apps is to use use references like your $APPDATA% rather than hard-coding filespaths. That should resolve any changed folder locations, and And don't do anything that requires write access in you're program's install folder.
What's interesting is that these rules are true for XP, too. It's just that in the past it was a lot easier to get away with breaking them.
