I am not that far, yet. I am doing all my development work under Windows and only for production I will use Linux (or Solaris if it needs bigger iron).
Something to bear in mind then is that apache on Windows is (usually) multi-threaded rather than multi-process. So a lot of the discussion in this topic wouldn't apply in your Windows environment, but will when you deploy to Linux/Solaris.
Carl