Add the following lines, note that Grub identifies the hard drives and partitions differently than how Linux labels them; in my example, PATA drive hda1 is my Windows C drive (the standard place, usually) and its marked in Grub as hd0,0
Code:
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
I am not sure if there is anything special needed for SATA or not, but my coworker and I don't think so... It won't blow up the drive or anything if this doesn't work...
Enjoy Freespire, I am interested in checking it out myself...